getNotificationChannelCompat
open fun getNotificationChannelCompat(@NonNull channelId: String): NotificationChannelCompat(source)
Returns the notification channel settings for a given channel id. Returns null
on older SDKs which don't support Notification Channels.
open fun getNotificationChannelCompat(@NonNull channelId: String, @NonNull conversationId: String): NotificationChannelCompat(source)
Returns the notification channel settings for a given channel and conversation id. Returns the channel for the channelId on older SDKs which don't support Conversations. Returns null
on older SDKs which don't support Notification Channels.